chore(deps-dev): bump pytest-asyncio from 1.1.0 to 1.2.0 #1359
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps pytest-asyncio from 1.1.0 to 1.2.0.
Release notes
Sourced from pytest-asyncio's releases.
Commits
0d3988fci: Create GitHub release before publishing to PyPI.07c5a0bdocs: Include orphaned news fragment in changelog.be24582chore: Prepare release of v1.2.0.7aeb296docs: Streamline news fragments7b8311cci: Fixes a bug that prevented SSH signature from being stripped from release...9d4c2bddocs: Add changelog entry for Pyright compatibility.94f6106test: Added tests which assert that the event loop is reinstated if unset by ...df61991[pre-commit.ci] pre-commit autoupdatef1f7941Build(deps): Bump pytest from 8.4.1 to 8.4.2c77d3d3Build(deps): Bump twine from 6.1.0 to 6.2.0You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Important
Bumps
pytest-asynciofrom1.1.0to1.2.0inpyproject.toml, adding new features and fixes.pytest-asynciofrom1.1.0to1.2.0inpyproject.toml.--asyncio-debugCLI option andasyncio_debugconfig option for debug mode.pytest.UsageErrorfor invalid config values.RuntimeErrorfor missing event loop in main thread.@pytest.fixture.typing-extensionsdependency to Python<3.13.This description was created by
for 2770a89. You can customize this summary. It will automatically update as commits are pushed.
Disclaimer: Experimental PR review
Greptile Summary
Updated On: 2025-09-18 05:11:16 UTC
This PR is a Dependabot-generated dependency update that bumps the
pytest-asynciodevelopment dependency from version 1.1.0 to 1.2.0. The change occurs in thepyproject.tomlfile where the version constraint is updated from">=0.21.1,<1.2.0"to">=0.21.1,<1.3.0"to accommodate the new version.The
pytest-asynciolibrary is a pytest plugin that enables testing of asynchronous code in Python. This update brings several important improvements and bug fixes to the development environment. The most significant fixes include resolving aRuntimeError: There is no current event loop in thread 'MainThread'that could occur when tests useasyncio.run()orasyncio.Runner, and improved deprecation warning messages for async fixtures in strict mode.Additionally, version 1.2.0 introduces new debugging capabilities with the
--asyncio-debugCLI option andasyncio_debugconfiguration option for enabling asyncio debug mode. The update also adds better compatibility with the Pyright type checker and improved error handling for invalid configuration values.This change fits well within the Langfuse Python SDK codebase, which appears to have asynchronous functionality based on the presence of OpenTelemetry async components and the existing use of
pytest-asynciofor testing. The version constraint update follows semantic versioning best practices by allowing patch and minor updates within the 1.2.x series while preventing potentially breaking changes from future major releases.Confidence score: 5/5